Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632708 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/168 - Word Guess

style.css cody/swapnilsparsh/30DaysOfJavaScript/168 - Word Guess/style.css
100 Views
0 Comments
/* Variabes */
/* Mixin's */
body {
background: #2ed4d7;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
color: #fff;
height: 100%;
text-align: center;
index.html cody/swapnilsparsh/30DaysOfJavaScript/168 - Word Guess/index.html
288 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Word Guess Game</title>
<link rel="stylesheet" href="./style.css">

</head>
script.js cody/swapnilsparsh/30DaysOfJavaScript/168 - Word Guess/script.js
156 Views
0 Comments
window.onload = function () {

var alphabet = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h',
'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's',
't', 'u', 'v', 'w', 'x', 'y', 'z'];

var categories; // Array of topics
var chosenCategory; // Selected catagory